home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global chica
- puppetSprite(3, 1)
- puppetSprite(4, 1)
- set the castNum of sprite 3 to the number of member chica
- set the castNum of sprite 4 to the number of member (chica & "texto")
- set the visible of sprite 3 to 1
- set the visible of sprite 4 to 1
- repeat with x = 11 to 18
- if the number of member (chica & string(x - 10)) > 1 then
- puppetSprite(x, 1)
- set the castNum of sprite x to the number of member (chica & string(x - 10))
- set the visible of sprite x to 1
- end if
- end repeat
- end
-